ComponentOne Xamarin Edition
LoadAsync Method (C1WrapCollectionView<S,T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : LoadAsync Method
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count.
Load the items between the specified indexes.
Syntax
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2+d__66[S,T])] 
public virtual Task LoadAsync( 
   Nullable<int> fromIndex, 
   Nullable<int> toIndex, 
   CancellationToken cancellationToken 
)

Parameters

fromIndex
The starting index, if not specified this will be 0.
toIndex
The starting index, if not specified this will be Count.
cancellationToken
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members